home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
bubble_s.swf
/
scripts
/
DefineButton2_106
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
148 b
|
11 lines
on(release){
if(cbBA._currentFrame == 1)
{
cbBA.gotoAndPlay("Hide");
}
else
{
cbBA.gotoAndPlay("Show");
}
}